home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac Magazin/MacEasy 25
/
Mac Magazin and MacEasy Magazine CD - Issue 25.iso
/
Grafik & Text
/
Alpha
/
Tcl
/
ElectricAlias
/
Aliases
/
aliases
next >
Wrap
Text File
|
1994-06-18
|
3KB
|
71 lines
# FILE: aliases
#
# DESC: Aliases for GLOBALLY applicable typing aids
#
# LAST UPDATE: 01/23/93 5:41:18 AM
electricAlias-var "" author "David C. Black"
electricAlias-var "" internet "black@mpd.tandem.com"
electricAlias-var "" genie "D.C.BLACK"
electricAlias-var "" haddr "6217 John Chisum Lane"
electricAlias-var "" hcity "Austin, Tx 78749-1838"
electricAlias-var "" waddr "14231 Tandem Blvd"
electricAlias-var "" wcity "Austin, Tx 78728-6699"
electricAlias-var "" inits "DCB"
electricAlias-var "" bc ""
electricAlias-var "" ec ""
electricAlias-var "" sep "§{bc}############################################################################\r"
electricAlias-var "" ___ "_____________________________________________________________________________\r"
electricAlias-var "" file {§«set file [lindex [winNames] 0]»}
# The following examples use §{VARIABLE}'s
electricAlias-def "" •sig "§{author}"
electricAlias-def {} © "Copyright (C) §«date year» by §{author}. All rights reserved."
electricAlias-def {•} # "§{sep}"
electricAlias-def {•} •disclaimer {
§{bc} COPYRIGHT:
§{bc}
§{bc} Copyright © §«date year» by §{author}
§{bc} All rights reserved.
§{bc}
§{bc} Redistribution and use in source and binary forms are permitted
§{bc} provided that the above copyright notice and this paragraph are
§{bc} duplicated in all such forms and that any documentation,
§{bc} advertising materials, and other materials related to such
§{bc} distribution and use acknowledge that the software was developed
§{bc} by §{author}.
§{bc}
§{bc} THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
§{bc} IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
§{bc} WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
§{bc}
§{sep}
}
electricAlias-def {•} •AUTHOR {
§{bc} AUTHOR
§{bc}
§{bc} §{author}
§{bc} Internet: §{internet}
§{bc} GEnie: §{genie}
§{bc} USnail: §{haddr}, §{hcity}
§{bc}
§{bc}###############################################################################
}
electricAlias-def {•} •HISTORY {
§{bc} HISTORY
§{bc}
§{bc} modified who rev reason
§{bc} -------- --- --- ------
§{bc} §«date short» DCB 1.0 Original
§{bc}###############################################################################
}
electricAlias-def {} •HISTORY {
§{bc} §«date short» DCB
§{bc} }
# The following examples use §«TCL_COMMAND»
electricAlias-def "" "•date" "\b§«date short»"
electricAlias-def "" "•time" "\b§«date time»"
electricAlias-def "" "•update" "LAST UPDATE: §«mtime [now] short»"
electricAlias-def "" "UPDATE:" "UPDATE:§«update»"
electricAlias-def "" "•file" {§{file}}